home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 July / EnigmA AMIGA RUN 09 (1996)(G.R. Edizioni)(IT)[!][issue 1996-07 & 08][EARSAN CD VIII].iso / index-cd / arexx / dt_appendon.rexx next >
OS/2 REXX Batch file  |  1996-04-12  |  156b  |  15 lines

  1. /* DeliTracker - append on */
  2.  
  3. address 'DELITRACKER'
  4.  
  5. options results
  6.  
  7.  
  8. status G app
  9.  
  10. if result == "no" then do
  11.     Append yes
  12.     say "Append is now on..."
  13. end
  14.  
  15.